home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-11-07 | 1.7 KB | 67 lines | [TEXT/MPS ] |
- # UserStartup - MPW Shell UserStartup File
- #
- # Copyright Apple Computer, Inc. 1985-1987
- # All Rights Reserved.
-
- # This file (UserStartup) is executed from the Startup file, and can be used
- # to override definitions made in Startup, or to define additional variables,
- # exports, and aliases. UserStartup may also be used to define menu items,
- # open windows, etc. The file should be located in the directory containing
- # the MPW Shell.
-
-
- # Create the Directory menu
-
- # The parameters to DirectoryMenu become the initial list of directories
- # in the Directory menu. The parameters below specify each of the
- # Examples directories, and the current directory. Replace them with
- # your favorite directories.
-
- DirectoryMenu `(Files -d -i "{MPW}"≈Examples≈ || Set Status 0) ≥ Dev:Null` ∂
- `Directory`
-
-
- # Create the Build Menu
-
- # BuildMenu
-
- # Unix Aliases
- #
- # This file contains aliases for commands commonly known to Unix users.
- # The aliases can be added to your UserStartup file, or this file can
- # be executed from UserStartup. Note that the Unix and MPW commands
- # are not always exact equivalents.
- #
- # Unix is a trademark of AT&T Bell Laboratories
- # Copyright Apple Computer, Inc. 1987
- # All rights reserved.
-
- Alias Ar Lib
- #Alias As Asm
- Alias Cat Catenate
- #Alias cc C MUST BE UNDEF'd! gets MPW compiler if aliased
- Alias Cd Directory
- Alias Cp Duplicate
- Alias Cz Print
- Alias Diff Equal
- Alias Grep Search
- Alias Ll Files -l
- #Alias Ln Link
- Alias Lpr Print
- Alias Lr Files -r
- Alias Ls Files
- Alias Mkdir Newfolder
- Alias Mv Move
- Alias Pr Print
- Alias Pwd Directory
- Alias Rm Delete
- Alias Source Execute
-
- addmenu Commands Resize'/A' 'resize "{active}"'
-
- execute hd:MPW:AztecStartup
-
- cd {Boot}src:Comet:
-
-
-